-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#2385] improvement(test): Make all tests in integration-common-test
use random port
#2387
Conversation
Test Results 2 996 files ±0 2 996 suites ±0 6h 30m 57s ⏱️ -30s Results for commit 0801162. ± Comparison against base commit 41155a7. This pull request removes 4 and adds 4 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
@jerqi @maobaolong PTAL |
integration-test/common/src/test/java/org/apache/uniffle/test/AssignmentWithTagsTest.java
Show resolved
Hide resolved
integration-test/common/src/test/java/org/apache/uniffle/test/IntegrationTestBase.java
Outdated
Show resolved
Hide resolved
integration-test/common/src/test/java/org/apache/uniffle/test/CoordinatorGrpcTest.java
Outdated
Show resolved
Hide resolved
integration-test/common/src/test/java/org/apache/uniffle/test/CoordinatorGrpcTest.java
Show resolved
Hide resolved
integration-test/common/src/test/java/org/apache/uniffle/test/CoordinatorGrpcTest.java
Outdated
Show resolved
Hide resolved
gentle ping @LuciferYang |
integration-common-test
use random port
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Merged into master. Thanks @summaryzb |
What changes were proposed in this pull request?
All tests in integration-test/common use random port
Why are the changes needed?
Fix: #2385
Does this PR introduce any user-facing change?
No.
How was this patch tested?
UT